GATE CSE 2009


Q11.

Which one of the following in NOT necessarily a property of a Group?
GateOverflow

Q12.

The keys 12, 18, 13, 2, 3, 23, 5 and 15 are inserted into an initially empty hash table of length 10 using open addressing with hash function h(k) = k mod 10 and linear probing. What is the resultant hash table?
GateOverflow

Q13.

Consider a binary max-heap implemented using an array. Which one of the following array represents a binary max-heap?
GateOverflow

Q14.

Consider a binary max-heap implemented using an array. What is the content of the array after two delete operations on {25,14,16,13,10,8,12}
GateOverflow

Q15.

A CPU generally handles an interrupt by executing an interrupt service routine
GateOverflow

Q16.

Match all items in Group 1 with correct options from those given in Group 2.
GateOverflow

Q17.

How many 32K x 1 RAM chips are needed to provide a memory capacity of 256Kbytes?
GateOverflow

Q18.

Consider the following graph: Which one of the following is NOT the sequence of edges added to the minimum spanning tree using Kruskal's algorithm?
GateOverflow

Q19.

The above DFA accepts the set of all strings over {0,1} that
GateOverflow

Q20.

Which one of the following is FALSE?
GateOverflow